Class yassl.pnode
All Packages    This Package    Previous    Next

Class yassl.pnode

java.lang.Object
   |
   +----yassl.pnode

public class pnode
extends Object
implements lexemes

Constructor Index

 o pnode(int)

Method Index

 o dumpString(String)
 o help(Env)
Return a string to be used in help messages about a particular node.
 o precedence()
 o wiggle()
This function is used to reorder the tree at this subnode.

Constructors

 o pnode
  public pnode(int type)

Methods

 o wiggle
  public pnode wiggle()
This function is used to reorder the tree at this subnode. Different types of nodes override this function to implement their notion of an ordering.

 o dumpString

  public String dumpString(String tab)
 o precedence
  public int precedence()
 o help
  public String help(Env e)
Return a string to be used in help messages about a particular node. Override in subclassed messages to get new help strings.


All Packages    This Package    Previous    Next